.index_banner{
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}
.index_banner .swiper-container{
	width: 100%;
	height: 100%;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 3px;
}
.index_banner .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #FFFFFF;
    opacity: 1;
    cursor: pointer;
}
.index_banner .swiper-pagination-bullet-active {
	width: 24px;
    height: 24px;
    opacity: 1;
    margin-top: 5px;
    border: 4px solid #FFFFFF;
    position: relative;
    top: 2px;
    opacity: 0.7;
}
.index_banner .swiper-pagination-bullet-active:before{
	background-color: #FFFFFF;
}
.index_bannerBox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_bannerBox img{
	width: 100%;
}
.index_bannerBox img:nth-of-type(2){
	display: none;
}
.index_bannerTxt{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
	color: #FFFFFF;
	line-height: 23px;
	font-size: 16px;
}
.bannerTxt_box{
	width: 50%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.73);
	padding: 40px 65px 55px 40px;
}
.bannerTxt_box h2{
	font-size: 30px;
	margin-bottom: 15px;
}
.bannerTxt_box a{
	display: block;
	width: 150px;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #c0182f;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	margin-top: 35px;
}
.bannerTxt_box a:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px ) {
	.index_bannerBox img:nth-of-type(1){
		display: none;
	}
	.index_bannerBox img:nth-of-type(2){
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.index_banner .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.index_banner .swiper-pagination-bullet-active {
		width: 12px;
	    height: 12px;
	    opacity: 1;
	    border: 2px solid #FFFFFF;
	    top: 1px;
	}
	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 2px;
	}
	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before{
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 5px;
		margin: 2px;
	}
	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom,.index_banner .swiper-pagination-fraction{
		bottom: 2px;
	}
	.container{
		width: 100%;
		padding:0 20px;
	}
}
@media only screen and (min-width:992px ) {
	.index_bannerBox img{
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}
/*金锋阀门——演绎巅峰品质*/
.indexOne{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.title_line{
	width: 65px;
	height: 3px;
	background-color: #c0182f;
	margin: 0 auto 20px;
}
.index_oneTitle{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}
.index_oneTitle h1{
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.index_oneTitle .one_menu{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.index_oneTitle .one_menu span{
	display: inline-block;
	min-width: 70px;
	line-height: 32px;
	background-color: #d4d4d4;
	color: #333333;
	padding: 0 15px;
	font-size: 12px;
	margin: 10px 5px 0;
	cursor: pointer;
	font-weight: bold;
}
.index_oneTitle .one_menu span.one_menuNow{
	background-color: #c0182f;
	color: #FFFFFF !important;
}
.index_oneTitle .one_menu span:hover{
	color: #c0182f;
}
.indexOne .one_bannerBox,.indexOne .one_bannerBox .one_banner{
	width: 100%;
	height: auto;
	position: relative;
}
.indexOne .one_bannerBox .one_banner{
	display: none;
}
.indexOne .one_bannerBox .one_banner.product_now{
	display: block;
}
.index_product{
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
}
.index_product .product_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_product .product_img img{
	width: 100%;
}
.index_product .product_txt{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: rgba(192,24,47,0.86);
	color: #FFFFFF;
	padding: 45px 25px;
	line-height: 20px;
	z-index: 10;
	transition: all 0.5s;
	opacity: 0;
}
.index_product .product_txt h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.index_product:hover .product_txt{
	opacity: 1;
}
.one_banner .swiper-button-next,.one_banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-top: -23px;
	z-index: 10;
	cursor: pointer;
	background-size: 15px auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.one_banner .swiper-button-next.swiper-button-disabled{
	background:#CCCCCC url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.one_banner .swiper-button-prev.swiper-button-disabled {
	background:#CCCCCC url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.one_banner .swiper-button-prev,.one_banner .swiper-container-rtl .swiper-button-next {
	background:#c0182f url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: -80px;
	right: auto;
}
.one_banner .swiper-button-next,.one_banner .swiper-container-rtl .swiper-button-prev {
	background:#c0182f url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: -80px;
	left: auto;
}
@media only screen and (max-width:991px ){
	.index_oneTitle .one_menu{
		width: 100%;
		margin: 25px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	.indexOne{
		padding: 35px 0 25px;
	}
	.index_oneTitle{
		margin-bottom: 10px;
	}
	.index_oneTitle h1 {
	    font-size: 24px;
	    margin-bottom: 5px;
	}
	.index_oneTitle h2 {
	    font-size: 18px;
	}
	.index_oneTitle .one_menu{
		width: 100%;
		margin: 15px auto 0;
	}
	.index_oneTitle .one_menu span{
		display: block;
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		margin: 0 5px 5px 0;
		float: left;
	}
	.index_oneTitle .one_menu span:nth-of-type(5),.index_oneTitle .one_menu span:nth-of-type(3),.index_oneTitle .one_menu span:nth-of-type(4){
		width: 100%;
		margin: 0 0 5px;
	}
	.index_oneTitle .one_menu span:nth-of-type(2),.index_oneTitle .one_menu span:nth-of-type(7){
		display: block;
		margin: 0 0 5px 5px;
	}
	.title_line{
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width:992px ) {
	.indexOne .one_bannerBox .one_banner{
		width: calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -webkit-calc(100% - 140px);
		margin: 0 auto;
	}
	.index_oneTitle .one_menu span {
	    margin: 10px 0px 0;
	}
}
@media only screen and (min-width:1250px ) {
	.index_oneTitle .one_menu span {
	    margin: 10px 5px 0;
	}
	.indexOne .one_bannerBox .one_banner{
		width: 100%;
	}
}
/*底部4块*/
.index_two{
	width: 100%;
	overflow: hidden;
}
.two_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.two_left{
	width: 845px;
	height: 325px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
	margin-bottom: 20px;
	background-image: url(../img/index_two1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.two_box .two_left.two_service{
	float: right;
	background-image: url(../img/index_two3.jpg);
}
.two_left .two_mask{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/index_two.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
}
.two_left .mask_txt{
	width: 385px;
	overflow: hidden;
	padding: 0 40px;
	line-height: 20px;
	color: #666666;
	margin-top: 65px;
	font-size: 14px;
}
.two_left .mask_txt h3{
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.two_left .mask_txt a{
	display: block;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 18px;
	background-color: #c0182f;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
}
.two_left:hover .two_mask{
	background: url(../img/index_twoR.png) no-repeat left center !important;
}
.two_left:hover .mask_txt{
	color: #FFFFFF !important;
}
.two_left:hover .mask_txt h3{
	color: #FFFFFF !important;
}
.two_left:hover .mask_txt a{
	background-color: #FFFFFF !important;
	color: #c0182f !important;
}
.two_left .mask_txt a:hover{
	text-decoration: underline !important;
}
.two_right{
	width: 335px;
	height: 325px;
	overflow: hidden;
	float: right;
	background-color: #f7f7f7;
	padding: 10px 20px 15px;
	margin-bottom: 20px;
}
.two_right h4{
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	color: #c0182f;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}
.two_right h4 span{
	display: inline-block;
	padding: 0 5px;
	line-height: ;
	border-bottom: 2px solid #c0182f;
}
.two_right h4 .two_more{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #c0182f;
	font-weight: bold;
	border: 1px solid #c0182f;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 10px;
}
.two_right h4 .two_more:hover{
	color: #FFFFFF;
	background-color: #c0182f;
}
.two_news{
	width: 100%;
	height: calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	overflow: hidden;
}
.two_news .news_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.two_news .news_banner a{
	display: block;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0 10px;
	color: #5e5e5e;
	line-height: 20px;
}
.two_news .news_banner a:first-of-type{
	padding: 5px 0 10px;
}
.two_news .news_banner a h5{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.two_news .news_banner a:hover h5{
	color: #c0182f;
}
.two_news .news_banner a p{
	height: 20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.two_news .news_banner a .news_time{
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.two_news .news_banner a span{
	color: #b6b6b6;
	font-family: arial;
}
.two_news .news_banner a strong{
	float: right;
	color: #c0182f;
}
.two_honor{
	display: block;
	padding: 0;
	position: relative;
	float: left;
	cursor: pointer;
}
.two_honor>img{
	width: 100%;
	transition: all 0.5s;
}
.two_honor h4{
	width: 100%;
	line-height: 65px;
	height: 65px;
	background-color: #c0182f;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border: none;
}
.two_honor h4 img{
	margin: -3px 10px 0 0;
}
.two_honor:hover>img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.two_left{
		width: 100%;
	}
	.two_left>img{
		width: auto;
		height: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.two_box{
		margin: 0;
	}
	.two_left{
		width: 100%;
		height: auto;
		padding: 230px 0 0;
		background-position: right top;
		background-size: auto 230px;
	}
	.two_left .two_mask{
		position: relative;
	    background-color: #e3e3e3;
	    height: auto;
	}
	.two_left .mask_txt h3{
		font-size: 24px;
	}
	.two_left .mask_txt{
		width: 100%;
		padding: 30px 25px;
	    margin: 0;
	}
	.two_right{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.two_left{
		width: 676px;
		height: 260px;
	}
	.two_right{
		width: 280px;
		height: 260px;
	}
	.two_left .mask_txt{
		margin-top: 45px;
	}
	.two_left .mask_txt a{
		margin-top: 30px;
	}
}
@media only screen and (min-width:1250px ) {
	.two_left{
		width: 845px;
		height: 325px;
	}
	.two_right{
		width: 335px;
		height: 325px;
	}
	.two_left .mask_txt{
		margin-top: 65px;
	}
	.two_left .mask_txt a{
		margin-top: 40px;
	}
}
/*首页底部*/
.index_footer{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 15px;
	background-color: #292929;
	color: #5d5d5d;
}
.index_footer a{
	color: #5d5d5d;
}
.index_footer a:hover{
	color: #FFFFFF;
	text-decoration: underline !important;
}
.index_footer .index_footerTop{
	width: 100%;
	overflow: hidden;
}
.index_footerTop .index_footerMenu{
	float: left;
	line-height: 45px;
}
.index_footerTop .index_footerMenu a{
	margin: 0 15px;
}
.index_footerTop .index_footerMenu a:first-of-type{
	margin: 0 15px 0 0;
}
.index_footerTop img{
	float: right;
}
.index_footerBottom{
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}
.index_footerBottom span{
	float: right;
}
.index_footerBottom a {
	margin: 0 0 0 10px;
}
@media only screen and (max-width:991px ) {
	.index_footerTop .index_footerMenu a{
		margin: 0 5px;
	}
	.index_footerTop .index_footerMenu a:first-of-type{
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width:767px ) {
	.index_footer {
	    padding: 20px 0;
	}
	.index_footerMenu{
		display: none;
	}
	.index_footerBottom {
	    margin: 10px 0 0;
	    text-align: center;
	}
	.index_footerBottom span{
		float: none;
	}
	.index_footerTop img{
		float: none;
	}
}
.index_bottom{
	width: 100%;
	overflow: hidden;
	padding: 0px 0 10px;
	background-color: #292929;
    color: #5d5d5d;
}
.index_bottom a{
	color: #5d5d5d;
	margin-right: 10px;
}
.index_bottom a:hover{
	color: #fff;
}